home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 October / Designer's Club 1998 October.iso / pc / Idea Source / teaser.dir / 00156_Script_156 < prev    next >
Text File  |  1998-08-21  |  440b  |  25 lines

  1. on exitFrame
  2.   global release
  3.   
  4.   if release=1 then
  5.     if not soundbusy(4) then 
  6.       if the timer > 10*60 then
  7.         sound stop 1 
  8.         go movie "main"        
  9.       end if
  10.     end if
  11.   end if
  12.   
  13.   if soundbusy (3) then
  14.     nothing
  15.   else 
  16.     set the visible of sprite 10 to true
  17.   end if
  18.   if soundbusy (4) then
  19.     nothing
  20.   else 
  21.     set the visible of sprite 11 to true
  22.   end if
  23.   go frame "final"
  24. end
  25.